home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / DRAGDRP.PAK / DRAGDROP.RC < prev    next >
Text File  |  1997-05-06  |  280b  |  18 lines

  1. #define STRICT
  2.  
  3. #if !defined (WORKSHOP_INVOKED)
  4. #include <windows.h>
  5. #endif
  6.  
  7. DRAGDROPMENU MENU
  8. BEGIN
  9.     POPUP "Help"
  10.     BEGIN
  11.         MENUITEM "How To",        101
  12.         MENUITEM "View Files",    102
  13.         MENUITEM "Clear Files",    103
  14.         MENUITEM SEPARATOR
  15.         MENUITEM "About" ,        104
  16.     END
  17. END
  18.